home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
tour.dxr
/
00022_icon2 menu last frame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-21
|
298 b
|
13 lines
on exitFrame
global IconList2, gTourForwardArrow, gTourBackArrow
set the puppet of sprite 15 to 0
repeat with X = 5 to 12
iconObj = getaProp(IconList2, X)
outScope(iconObj)
end repeat
outScope(gTourForwardArrow)
outScope(gTourBackArrow)
updateStage()
go(label("TMenu"))
end